GXExitPrinting
You can use theGXExitPrinting
function to terminate printing features within QuickDraw GX.
OSErr GXExitPrinting (void);
- function result
- An error code of type
OSErr
.DESCRIPTION
TheGXExitPrinting
function terminates printing features within QuickDraw GX only after you have successfully called theGXInitPrinting
function. You cannot call QuickDraw GX printing functions after you call theGXExitPrinting
function.You must call the
GXExitPrinting
function before you call theGXExitGraphics
function to shut down QuickDraw GX.Before you call the
GXExitPrinting
function, you should dispose of all QuickDraw GX printing-related objects. If you want to use these objects again, you should save them.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it. SEE ALSO
For information about saving printing-related objects, see "Saving a Job Object With a Document File" beginning on page 2-24.The
GXExitGraphics
function is described in the environment chapter of Inside Macintosh: Environment and Utilities.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help